Viewing 15 posts - 31 through 45 (of 48 total)
Andy McKenzie (6/18/2009)
Next question: I was able to restore one instance of my live environment to my test box with...
June 18, 2009 at 2:34 pm
Hi Jacob
Here the alternatives you have
1. MS-SQL cluster on top of Veritas.
If your company or job has the money, you should go for this one. It allows you to have...
June 18, 2009 at 2:28 pm
Robert Davis (6/17/2009)
Firthermore, certification is supposed to reflect the knowledge and experience...
June 17, 2009 at 9:44 pm
If you go out looking for a new job as a DBA, you will likely see more employers looking for someone certified in SQL 2005 than in SQL 2008, at...
June 17, 2009 at 3:41 pm
kruti (6/16/2009)
Hey jocampo, r u going for certification for 2008 or going to upgrade your 2005 certificate?
Hi Kruti
So far, I just passed 70-431 so I'm MCTS only but I've being...
June 17, 2009 at 9:35 am
Kruti
I am going to give you a different perspective. Why get a cert for an old product if you can spend your money now, on a recent product an platform?...
June 16, 2009 at 6:16 am
Antero Ruiz (6/15/2009)
Yes, the users and managers are aware of this problem. Unfortunately, the company cannot afford more storage other than the 2TB they buy every...
June 16, 2009 at 5:50 am
mjarsaniya (6/13/2009)
I need a script or select query which gives melisting of
table name, column name, index name, index type
for a database
I guess is for SQL2005, right? test this...
June 13, 2009 at 8:19 am
How's your memory allocation? how much RAM you're using on your server and how much SQL is requesting?
Look at the following counters:
Process: Private Bytes - SQL Server -...
June 12, 2009 at 6:43 pm
rambilla4 (6/12/2009)
download and patch your MS-SQL instance
what should I download and patch the SQL Instance? Could you please explain me...
We have SQL Server 2005 Developer Edition with SP3.
Thanks
because sometimes, depending...
June 12, 2009 at 6:26 pm
If you do a Full+Tlog(s) > restore this way > Full+Subsequents Tlog(s) starting from oldest to newest.
If you do Full+Diff+Tlog(s) > restore this way > Full+most Recent Diff+Tlogs AFTER most...
June 12, 2009 at 6:21 pm
Looks like a memory leak or problem. Just to be sure, download and patch your MS-SQL instance if possible You can also check the memory usage and processes via Performance...
June 12, 2009 at 6:04 pm
Antero Ruiz (6/12/2009)
1. We...
June 12, 2009 at 4:22 pm
ebinroy (6/8/2007)
I am using SQL server 2005.The Log file size increased to 40GB,so I detach the DB and delete the log & created new log file.Can I...
June 12, 2009 at 3:50 pm
Please check all these:
1. Database Mail must be enable (I guess it is, right?)
2. Service Broker needs to be enable in the database
3. The database mail external executable needs access...
June 12, 2009 at 3:30 pm
Viewing 15 posts - 31 through 45 (of 48 total)